home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / text / hyper / hsc.lha / hsc / starter-project / include / standard.hsc < prev   
Text File  |  1998-09-06  |  406b  |  14 lines

  1. <* Your standard macros and includes for the new project can be stored here
  2.  * This is intended to be used for project dependant macros that differ
  3.  * between projects.
  4.  *
  5.  * Store standard macros you want to reuse somewhere else and use the
  6.  * CLI-option INCLUDEDIR when invoking hsc.
  7.  *>
  8.  
  9. <* A little example *>
  10. <$macro mail-to-hugo>
  11. <a href="mailto:hugo@resi.sepp.org">hugo@resi.sepp.org</a>
  12. </$macro>
  13.  
  14.